home *** CD-ROM | disk | FTP | other *** search
- function onResize()
- {
- var _loc3_ = Stage.width;
- var _loc2_ = Stage.height;
- if(_global.SVStageWidth != undefined)
- {
- _loc3_ = _global.SVStageWidth;
- }
- if(_global.SVStageHeight != undefined)
- {
- _loc2_ = _global.SVStageHeight;
- }
- mcPreloader._x = Math.round(_loc3_ / 2);
- mcPreloader._y = Math.round(_loc2_ / 2);
- }
- stop();
- Stage.align = "TL";
- Stage.scaleMode = "noScale";
- _quality = "best";
- System.security.allowDomain("*");
- if(_root.preloaderColor != undefined)
- {
- var col = new Color(mcPreloader);
- col.setRGB(_root.preloaderColor);
- }
- Stage.addListener(this);
- onResize();
-